ComponentOne Xamarin Edition
ReplaceAsync Method (C1EditableCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1EditableCollectionView<T> Class : ReplaceAsync Method
The index.
The item.
Replaces the item at the specified index by the new specified item.
Syntax
[AsyncStateMachine(C1.CollectionView.C1EditableCollectionView`1+d__21[T])] 
public override Task ReplaceAsync( 
   int index, 
   object item 
)

Parameters

index
The index.
item
The item.
See Also

Reference

C1EditableCollectionView<T> Class
C1EditableCollectionView<T> Members